Welcome![Sign In][Sign Up]
Location:
Search - fft 1024

Search list

[AlgorithmFFT2D

Description: 2dFFT的奈奎斯特频率为 ,( 为采样间隔)实际上的FFT变换点数要求为2的n次幂,各点所对应的频率是从 到 ,求出 后,可以用 ,这里N为FFT变换的点数。如变换点数为2048,由于对称性,实际有用的点数为1024个。 在该程序中,做完富氏变换后,已经将数据按照频率从0到 到0的顺序排好。 在运行结果中,只需存储左下角的1/4区域的数据即可。 -2dFFT of the Nyquist frequency, (for the sampling interval) is actually the FFT, the n number of points required for the power of 2, the frequency corresponding to each point is to, find, you can use the FFT, where N points. Such as the transformation point to 2048, due to the symmetry, the actual useful points to 1024. In the process, done after the Fourier transform has the data in accordance with the frequency range from 0 to 0 in order to line up. In the run results, only the lower left corner of the store 1/4 of regional data can be.
Platform: | Size: 525312 | Author: | Hits:

[VHDL-FPGA-Verilogcf_fft_1024_8

Description: 1024点的fft算法verilog实现程序,主要是通过verilog来实现fft算法- 1024 spot fft algorithm verilog realizes the procedure
Platform: | Size: 11264 | Author: ALEX | Hits:

[VHDL-FPGA-Verilog1024FFT-verilog-hdl

Description: 基于spartan 3e 的IFFT算法verilog HDL程序-Based on the verilog 3e Spartan IFFT algorithm of HDL program
Platform: | Size: 437248 | Author: caizhixiang | Hits:

[Algorithmtest

Description: 1024点fft变换,最经典的蝶形运算方法!-1024-point fft transform, the most classical method of butterfly!
Platform: | Size: 206848 | Author: paddy | Hits:

[Communicationwimax_ostapenko-work

Description: 在WiMax中,探测导频和解码FCH。从国外网站获得。-In Wimax,just detect preamble and decode FCH for a hardcoded example values. E.g. we assume 10MHz and 1024 FFT.
Platform: | Size: 75776 | Author: gao | Hits:

[Special Effectsinput_vec

Description: 用C生成1024点FFT输入的复数数据,并存在一个TXT文件中-1024-point FFT in C to generate complex input data, and there is a TXT file
Platform: | Size: 1024 | Author: | Hits:

[matlabsim1024fft

Description: 基-2的1024点FFT算法,并与理论FFT结果比较,改程序是正确的.-1024-point radix-2 FFT algorithm, and compared with the theoretical results of the FFT, to change the program is correct.
Platform: | Size: 1024 | Author: 路程程 | Hits:

[SCMmyFFT

Description: 自己写的1024点FFT,旋转因子用常数表写入ROM里-1024 points FFT
Platform: | Size: 3072 | Author: dskfajk | Hits:

[VHDL-FPGA-VerilogFFT1024

Description: FPGA的1024点的FFT算法程序,经过调试,程序移植性强。-1024-point FFT algorithm in the FPGA program, debugging, program portability.
Platform: | Size: 6457344 | Author: ctr | Hits:

[OS Developmabmbm

Description: F2812 标准FFT算法,128点,256点,512点,1024点FFT算法,具体做法为将库含数FFT.LIB加入的目标项目,加入对应的C含数和头文件,特别注意的FFT算法缓冲去一定要存放在0X8000H中的内部缓冲区中!!!切记,本人调试时就走了很多弯路啊-F2812 standard FFT algorithm, 128, 256, 512, 1024-point FFT algorithm, the specific approach to the library will join with several FFT.LIB goals, joined counterparts with the number of C header files, pay special attention to the FFT algorithm to buffer must 0X8000H stored in the internal buffer! ! ! remember, I debug away many detours ah
Platform: | Size: 2048 | Author: sss | Hits:

[VHDL-FPGA-Verilog1024FFT(VHDL)

Description: 用VHDL实现1024的FFT,包含源文件和综合文件-Using VHDL 1024 FFT contains the source files and documents
Platform: | Size: 62464 | Author: | Hits:

[SCMmain

Description: F2812 标准FFT算法,128点,256点,512点,1024点FFT算法,具体做法为将库含数FFT.LIB加入的目标项目,加入对应的C含数和头文件,特别注意的FFT算法缓冲去一定要存放在0X8000H中的内部缓冲区中!!!切记,本人调试时就走了很多弯路啊-F2812 standard FFT algorithm, 128 points, 256 points, 512 points, 1024 points FFT algorithm, and the specific practices for the library contains several FFT. LIB to join goal project, to join the corresponding C contains several and head files, pay special attention to must buffer FFT algorithm in 0 X8000H of internal buffer!!!!!!! Remember, I go a lot when debugging detour ah
Platform: | Size: 2048 | Author: 丁冠龙 | Hits:

[assembly languageee

Description: 快速傅立叶变换(FFT)是离散傅立叶变换的一种有效的算法,通过选择和重新排列中间结果,减小运算量。DFT有大量重复的cos、sin计算,FFT的作用就是用技巧减少cos、sin项重复计算。当采样点数为1024点,DFT要求一百万次以上计算量,而FFT则只要求一万次。-cout width cout width cout width cout width cout width cout width cout width cout width cout width cout width cout width cout width cout width cout width cout width
Platform: | Size: 1024 | Author: zz | Hits:

[Software Engineering000

Description: STM32 64 256 1024采集点的FFT算法结果作用意义!-STM32 64 256 1024 collection point FFT algorithm result role sense!
Platform: | Size: 19456 | Author: justy lee | Hits:

[androidFFT_bluetooth

Description: 此代码由eclipse开发,应用于android手机,原本用于将单片机通过蓝牙串口传来的1024个数据进行FFT变换,然后显示出电机转速值,就是频率值的60倍,蓝牙串口和FFT是难点,如果打开工程发现提示错误,要求API5,可以设置那不报错,正常运行,API5为舍弃掉的一个API-Developed by the eclipse, this code applies to android phone, originally used for the microcontroller via Bluetooth serial data from the 1024 FFT transform, and then shows the motor speed value is 60 times the frequency value, the Bluetooth serial port and FFT is difficult, If you open the project found to prompt errors the requirements API5, you can set that is not an error, normal operation, API5 discard an API
Platform: | Size: 118784 | Author: 邱凡 | Hits:

[VHDL-FPGA-Verilogfft_1024

Description: 1024点FFT处理器,能通过quartusII验证通过-1024 point fft code,can pass the test of the software quartusII
Platform: | Size: 3072 | Author: 王喆 | Hits:

[OS program1024fft

Description: 实现1024点fft在dsp5502上,实现时间为几十毫秒-1024 point fft in dsp5502 to achieve a few tens of milliseconds
Platform: | Size: 729088 | Author: 孙国瑞 | Hits:

[matlabGPS-parallel-code-acqure-algorithm

Description: GPS并行码捕获算法MATLAB源代码,含有1024点FFT噪声的计算。-GPS parallel code acqure algorithm matlab source code, including 1024 points FFT noise calculation.
Platform: | Size: 8192 | Author: | Hits:

[VHDL-FPGA-Verilog1024_FFT_IP

Description: 实现了1024点FFT的IP核,用起来很方便,直接调用即可-To achieve a 1024-point FFT IP core is easy to use, and can be called directly
Platform: | Size: 630784 | Author: 追风 | Hits:

[Otherimagefft

Description: 读取jpg或tif图像,并进行傅里叶变换,1024*1024-read a image and do fft transform
Platform: | Size: 1024 | Author: 张三 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 »

CodeBus www.codebus.net